net/http.http2FrameWriteRequest.StreamID (method)

8 uses

	net/http (current package)
		h2_bundle.go#L5240: 	if wr.StreamID() != 0 {
		h2_bundle.go#L5242: 		if state, _ := sc.state(wr.StreamID()); state == http2stateClosed && !isReset {
		h2_bundle.go#L11186: func (wr http2FrameWriteRequest) StreamID() uint32 {
		h2_bundle.go#L11287: 	return fmt.Sprintf("[FrameWriteRequest stream=%d, ch=%v, writer=%v]", wr.StreamID(), wr.done != nil, des)
		h2_bundle.go#L11786: 		id := wr.StreamID()
		h2_bundle.go#L11978: 	q := ws.streams[wr.StreamID()].location
		h2_bundle.go#L12092: 	id := wr.StreamID()
		h2_bundle.go#L12192: 	q := ws.streams[wr.StreamID()]